home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr03 / jdcwp.zip / INSTALL.DAT < prev    next >
Text File  |  1993-06-14  |  4KB  |  144 lines

  1. /* install.dat
  2. *  This script installs DirectConnect 1.00 for WordPerfect 5.1 for DOS.
  3. *  jhb 17 may 93 Created.
  4. */
  5. @DefineProject
  6.  @Name = "Jurisoft DirectConnect"
  7.   @Version = "1.00"
  8.   @Subdir  = "\\WP51"
  9.   @OutDrive = C
  10.   @Requires @HardDisk
  11. @EndProject
  12.  
  13. @Display
  14.   @Cls                       
  15.                               License Statement
  16.   Jurisoft, A Division of Mead Data Central, Inc. (Jurisoft) has produced
  17.  Jurisoft DirectConnect(TM) software at great time and expense. Before you 
  18.  install Jurisoft DirectConnect you should read this license. If you do 
  19.  not accept these terms, you must discontinue the install and exit now.  
  20.    You may not rent, sell, lease, license, or transfer for any consideration 
  21.  the program to others. You may copy the Jurisoft DirectConnect program 
  22.  freely onto PC's as necessary for your use; you may make photocopies of the 
  23.  documentation. You agree to protect this software from unauthorized use, 
  24.  illlegal reproduction, or illicit distribution.
  25.   Finally, you agree not to change or reverse engineer this software or its
  26.  method of operation by debugging, disassembling, reprogramming, or any
  27.  other means; and not to remove any proprietary or copyright notices 
  28.  including this license.
  29.    Jurisoft specifically disclaims all warranties, expressed or implied, 
  30.  including but not limited to, implied warranties of fitness for a particular
  31.  purpose. In no event shall Jurisoft be liable for any loss of profit or any
  32.  other commercial damage, including but not limited to, special, incidental,
  33.  consequential, or other damages.
  34.  @Pause
  35.  @Cls
  36.  This program will install @Name @Version onto your computer 
  37.  and verify the integrity of the distribution files.  
  38.  
  39.  You may press the [Esc] key at any time to abort the installation 
  40.  process.
  41.  
  42.  When this installation is finished, it will enable you to modify your
  43.  AUTOEXEC.BAT file so as to include @Name in your DOS PATH.
  44.  
  45.  @Pause
  46. @EndDisplay
  47.  
  48. @GetOutDrive
  49.  @Cls
  50.  On which disk drive do you wish to install @Name:
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  Use the [UpArrow], [PgUp], [PgDown] keys to move the bar to the disk drive
  63.  where you wish to install @Name.  
  64.  
  65.  Then press the [Enter] key.
  66. @EndOutDrive
  67.  
  68. @GetSubdir
  69.  @Cls
  70.  Now specify the DOS directory where you wish to install 
  71.  @Name.  
  72.  
  73.  If you wish to install @Name in the @OutDrive:@Subdir 
  74.  directory, then just press the [Enter] key.
  75.  
  76.  This installation program will create the directory if it does not
  77.  currently exist.
  78.  
  79.  @Prompt = "Program directory:"
  80. @EndSubdir
  81.  
  82. @If (@Exists "@OutDrive:\\@SubDir\\WPJ.EXE")
  83.   @GetOption
  84.     A copy of @Name already exists in the @OutDrive:@SubDir 
  85.     directory.  Do you wish to overwrite it with this installation?
  86.  
  87.     @Option 1 = "Yes, overwrite the existing version of @Name"
  88.     @Option 2 = "No, abort this installation"
  89.   @EndOption
  90. @Else
  91.   @If( @DiskFree @OutDrive < 300000 )
  92.     @Display
  93.       The selected output disk, @OutDrive:, may not have the required
  94.       300,000 bytes of free disk space.  Continue anyway?
  95.  
  96.  
  97.       @Pause
  98.     @EndDisplay
  99.   @Endif
  100. @Endif
  101.  
  102. @If( 2 [= @Option )
  103.   @Display
  104.   @Abort
  105.   @EndDisplay
  106. @Endif
  107.  
  108. @DefineDisk
  109.   @Label = "DISK 1"
  110.   @File WPJ.EXE  
  111.   @File WPJINST.EXE
  112.   @File README.WPJ
  113.   @File COMPARE.OST
  114.   @File CITERITE.OST
  115.   @File FULLA.OST
  116.   @File CO_OSET1.SYS
  117.   @File CO_OSET2.SYS
  118.   @File CI_OSET1.SYS
  119.   @File CI_OSET2.SYS
  120.   @File FA_OSET1.SYS
  121.   @File FA_OSET2.SYS
  122.   @File COMPARE1.WP
  123.   @File COMPARE2.WP
  124.   @File BRIEF1.WP
  125. @EndDisk
  126.  
  127. @SetAutoexec
  128.   @AskOverwrite
  129.   @Path = "@OutDrive:@SubDir"
  130. @EndAutoexec
  131.  
  132. @Finish
  133.  The @Name files are now copied to the hard drive.  
  134.  Any Jurisoft product you wish to run from @Name must be
  135.  on your DOS PATH.
  136.  
  137.  You must reboot your PC to make any AUTOEXEC.BAT changes active.
  138.  
  139.  @ChDrive @OutDrive
  140.  @ChDir   "@SubDir"
  141.  @Execute "wpjinst", ""
  142. @EndFinish
  143. /* EOF */
  144.